Microsoft .NET Framework 1
My goal was to Slipstream .NET Framework 1.1 in my Unattended XP / SP3 I did the following steps and it works FINE! 1. download the .NET framework v1.1 re-distribution package 2. then you ne… Read More
dotnetfx.exe /q:a /t:%TMP% /c:"msiexec.exe /i %TMP%\netfx.msi /qn" Read More
::I used the following script: wget http://download.microsoft.com/download/a/a/c/aac39226-8825-44ce-90e3-bf8203e74006/dotnetfx.exe || goto :eof wget http://download.microsoft.com/download/8/b/4… Read More
Creating am admin install for .net v1.1 SP1 and the latest ASP.NET Security patch. Download the following filest to the C:\Temp folder Microsoft .NET Framework Version 1.1 Redistributable Pack… Read More
I got caught out using the above instructions: Step 3) I needed to add the TARGETDIR property ie: "msiexec.exe /a c:\temp\netfx.msi TARGETDIR=c:\temp\admininstall" Step 5) I couldn't actuall… Read More
To get a full install MSI for .Net Framework 1.1 SP1 - you need to patch an admin install by doing the following: 1) Download .Net Framework 1.1 (dotnetfx.exe) from here: http://www.microsoft.… Read More
.Net Framework 1.1 Service Pack 1 can be installed silently using "NDP1.1sp1-KB867460-X86.exe /qb". NOTE: .Net Framework 1.1 must already be installed. Read More
Run the dotnetfx.exe from microsoft and before the end of the installation, copy the content of C:\Documents and Settings\user\Local Settings\Temp\IXP000.TMP. Use the MSI found in this directo… Read More
msiexec /i netfx.msi /q ARPSYSTEMCOMPONENT=1 ARPNOREMOVE=1 Read More
The MSP of Service Pack 2 for the .NET framework cannot be applied to the original MSI for a slipstreamed deployment (a requirement in a Group Policy based deployment scenario.) SP3 (in develop… Read More
To install the .NET Framework with no entries in the Add/Remove Programs list use the following command line: msiexec /i netfx.msi /q ARPSYSTEMCOMPONENT=1 ARPNOREMOVE=1 Read More
To extract the Dotnetfx.exe file to deploy the .NET Framework: 1) Download Dotnetfx.exe to the root directory of the C:\ drive on your local computer. 2) Open a command prompt. 3) Change the… Read More
A Service Pack 1 is available for .NET Framework version 1.0 here. The self-extracting archive contains an Windows Installer Patch file (MSP) as well as an ApplyPatch.exe and a QuietApplyPath.e… Read More